machine language
英 [məˈʃiːn ˈlæŋɡwɪdʒ]
美 [məˈʃiːn ˈlæŋɡwɪdʒ]
机器语言;计算机语言
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
- a programming language designed for use on a specific class of computers
双语例句
- Machine language: A language designed for the direct use by a computer without translation. Also called Machine code.
机器语言:为电脑直接使用,不需翻译,而设计的语言。亦称机器代码。 - I was involved, for a time, with machine language translation of a lot of that material which was, in those days, somewhat crude but at least it gave us some ideas.
在那些日子里,我一度纠缠在那些机器语言资料的翻译当中,有点粗糙,但至少它给我们提供了一些想法。 - We would all be programming in assembly language or even machine language.
我们就要用汇编语言,甚至要用机器语言去编写程序。 - Assembly languages are available for every CPU family, and they translate one line of code into one machine language instruction.
汇编语言用十每一个CPU家族。他们把一行代码转换成一个机器语言指令。 - Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.
也许这方面最好和最成功的例子就是编译器,它能够将一个高级语言程序解释成一个与之相当的机器语言的执行程序。 - For some remote systems, the translation of configuration information into machine language.
对于某些远程系统,将配置信息翻译成机器语言的过程。 - A programming language whose instructions are expressed in symbols convenient to humans rather than in machine language.
不用机器语言而用对人方便的符号表示各种指令的一种编程语言。 - Other programs then translate the instructions into machine language for the computer to use.
接着将程序翻译成指令成为机器语言,给计算机使用。 - Programmers use assembly languages when it is important to minimize the time it takes to run a program, because the translation from assembly language to machine language is relatively simple.
当尽量减少程序的运行时间很重要时,程序员就使用汇编语言,因为从汇编语言到机器语言的翻译相对简单。 - Stepping through each command and watching how the register and memory values are affected is also a great way to learn the basics of the Intel machine language commands.
单步执行每个命令并观察寄存器和内存值如何受影响,这也是学习Intel机器语言命令基础知识的理想方法。